projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b59bf
)
arm: rmobile: lager: Remove RAM address initialization
author
Nobuhiro Iwamatsu
<
[email protected]
>
Fri, 31 Oct 2014 07:16:29 +0000
(16:16 +0900)
committer
Nobuhiro Iwamatsu
<
[email protected]
>
Mon, 3 Nov 2014 23:59:59 +0000
(08:59 +0900)
Since board info structure is not still set up, the setting of RAM
address causes illegal access.
Therefore the setting of RAM address is removed.
Signed-off-by: Hisashi Nakamura <
[email protected]
>
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
board/renesas/lager/lager.c
patch
|
blob
|
history
diff --git
a/board/renesas/lager/lager.c
b/board/renesas/lager/lager.c
index 1fc5833ebebb73d99118cca7046951e5eb9b2b55..2bb87108f67c92468a5bccc3f838aed673f1d94d 100644
(file)
--- a/
board/renesas/lager/lager.c
+++ b/
board/renesas/lager/lager.c
@@
-165,7
+165,6
@@
int board_phy_config(struct phy_device *phydev)
int dram_init(void)
{
- gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
return 0;